Skip to content

Conversation

@Jankwi
Copy link
Contributor

@Jankwi Jankwi commented Jan 21, 2026

Previously, generating mock data was possible by invoking the mass_create_tool through the web container command prompt.
(#604).

Thic commit adds a layer of abstraction over the mass_create_tool, by adding the "populate-sample-data" and "wipe-sample-data" commands to the easy toolbox, thus making synthetic data generation very simple. This will b euseful in testing development changes.

As per TAG's standup, this PR is not linked to an issue, as it is fairly small.

@Jankwi Jankwi requested a review from MasloMaslane as a code owner January 21, 2026 14:45
Copilot AI review requested due to automatic review settings January 21, 2026 14:45
@Jankwi Jankwi requested a review from twalen January 21, 2026 14:47
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds convenience commands to the easy_toolbox.py script for creating and removing mock data in development environments. Previously, developers had to manually invoke the mass_create_tool through the web container command prompt; now this functionality is accessible through simple easy_toolbox commands.

Changes:

  • Added populate-sample-data and wipe-sample-data commands to easy_toolbox.py
  • Added documentation section in README.rst explaining how to use the new mock data commands

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
easy_toolbox.py Adds two new command definitions for creating and wiping sample data using the mass_create_tool
README.rst Documents the new mock data creation commands with usage examples

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Contributor

@twalen twalen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@Jankwi Jankwi merged commit 82ce206 into sio2project:master Jan 22, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants